storage.json 내 저장소 설정
StorageType(FileSystem, AzureBlob, AwsS3, GoogleCloudStorage) 항목에 따라 파일 저장소가 설정됩니다.
{
"ApplicationID": "HDS",
"RepositoryID": "TSTLE01",
"RepositoryName": "에디터내 이미지 파일",
"StorageType": "FileSystem",
"PhysicalPath": "../storage/HDS/TSTLE01",
"BlobContainerID": "",
"BlobConnectionString": "",
"BlobItemUrl": "",
"GcsBucketName": "",
"GcsCredentialFile": "",
"AwsBucketName": "",
"AwsRegion": "",
"AwsAccessKey": "",
"AwsSecretKey": "",
"AwsServiceUrl": "",
...
}